BCHG
Changes a given bit in an integer or double integer value (Value XOR 2^Bit). Was the Bit set to 1 it will change to 0 and vice versa.
ARGUMENTS:
* Value = an integer or double integer value
* Bit = the bit to change
RETURNS:
The modified value
SYNTAX
Return (Double) Integer=BCHG(Value,Bit)
RELATED INFO
View Number Operations Index
View STYX Index
View STYX Main File
